home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 November / maximum-cd-1999-11.iso / Battlezone II / Disk1 / data1.cab / Program_Executable_Files / data.pak / effects_explosions_xgashit.odf < prev    next >
Encoding:
Text File  |  1999-08-25  |  625 b   |  34 lines

  1. // =======
  2. // GAS HIT
  3. // =======
  4.  
  5. [ExplosionClass]
  6. classLabel = "explosion"
  7.  
  8. particleTypes = 1
  9. particleClass1 = "xgashit.core"
  10. particleCount1 = 1
  11. particleVeloc1 = "0.0 0.0 0.0"
  12.  
  13. explSound = NULL
  14. damageRadius = 0.0
  15. damageValue(N) = 0
  16. damageValue(L) = 0
  17. damageValue(H) = 0
  18. damageValue(S) = 0
  19. damageValue(D) = 0
  20. damageValue(A) = 0
  21.  
  22. [Core]
  23. simulateBase = "sim_null"
  24. lifeTime = 1.0
  25. renderBase = "draw_twirl"
  26. textureName = "smoke.tga"
  27. textureBlend = "srcalpha invsrcalpha modulatealpha"
  28. startColor = "63 127 0 31"
  29. finishColor = "63 127 0 0"
  30. startRadius = 3.0
  31. finishRadius = 20.0
  32. animateTime = 1.0
  33.  
  34.